home *** CD-ROM | disk | FTP | other *** search
- WNL(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- WWNNLLFFLLAAGG, WWNNLLDDEELLMM, WWNNLLSSEEPP, WWNNLLRREEPP - Provides user control of NNAAMMEELLIISSTT
- output format
-
- SSYYNNOOPPSSIISS
- CCAALLLL WWNNLLFFLLAAGG((_c_h_a_r))
-
- CCAALLLL WWNNLLDDEELLMM((_c_h_a_r))
-
- CCAALLLL WWNNLLSSEEPP((_c_h_a_r))
-
- CCAALLLL WWNNLLRREEPP((_c_h_a_r))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, this routine is valid only when compiling programs
- with the MIPSpro 7 Fortran 90 compiler or when compiling programs with
- the --ccrraayylliibbss option to the MIPSpro 7.2 F77 compiler. See the "BUGS"
- subsection for further details.
-
- These routines provide user control of output formatting.
-
- _c_h_a_r For WWNNLLFFLLAAGG, the first ASCII character of the first line.
- Default is a blank.
- For WWNNLLDDEELLMM, a NNAAMMEELLIISSTT delimiter. Default is &&.
- For WWNNLLSSEEPP, a NNAAMMEELLIISSTT separator. Default is a comma (,,).
- For WWNNLLRREEPP, a NNAAMMEELLIISSTT replacement character. Default is ==.
-
- WWNNLLFFLLAAGG changes the character written in column 1 of the first line
- from blank to _c_h_a_r. Typically, _c_h_a_r is used for carriage control if
- the output is to be listed, or for forcing echoing if the output is to
- be used as input for NNAAMMEELLIISSTT reads.
-
- WWNNLLDDEELLMM changes the character preceding the group name and EENNDD from &&
- to _c_h_a_r.
-
- WWNNLLSSEEPP changes the separator character immediately following each
- value from ,, to _c_h_a_r.
-
- WWNNLLRREEPP changes the replacement operator that comes between _n_a_m_e and
- _v_a_l_u_e from == to _c_h_a_r.
-
- In each of these subroutines, _c_h_a_r is a character variable that
- contains any ASCII character. Except on the CRAY T90 series, _c_h_a_r may
- also be a Hollerith character, specified by 11LL_x or 11RR_x.
-
- These routines support the Cray Research FORTRAN 77 (CF77) namelist
- extension. The ANSI Fortran 90 standard introduced a standardized
- version of namelist I/O. The facilities provided by these routines
- are not used by namelist I/O in a Fortran program compiled with Cray
- Research Fortran 90 (CF90) unless the --ff7777 option is supplied on the
- aassssiiggnn(1) command for a file or unit.
-
- BBUUGGSS
- On IRIX systems, the implementation of these routines has not been
- thoroughly tested.
-
- SSEEEE AALLSSOO
- RRNNLL(3), RRNNLLEECCHHOO(3F), RRNNLLSSKKIIPP(3F), RRNNLLTTYYPPEE(3F), WWNNLLLLIINNEE(3F),
- WWNNLLLLOONNGG(3F)
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-
-